速報APP / 圖書與參考資源 / Learn Complete Entity Framework Guide

Learn Complete Entity Framework Guide

價格:免費

更新日期:2018-05-24

檔案大小:18M

目前版本:1.0.1

版本需求:Android 4.1 以上版本

官方網站:mailto:siddharthisnext@gmail.com

Learn Complete Entity Framework Guide(圖1)-速報App

Entity framework is an Object Relational Mapping (ORM) framework that offers an automated mechanism to developers for storing and accessing the data in the database. This tutorial covers the features of Entity Framework using Code First approach. It also explains the new features introduced in Entity Framework 6.

Audience

This tutorial is designed for those who want to learn how to start the development of Entity Framework in their application.

Prerequisites

You should have a basic knowledge of Visual Studio, C#, and MS SQL Server to make the most of this tutorial.

Chapters

Overview

Architecture

Entity F - Environment Setup

Database Setup

Data Model

Dbcontext

Types

Relationships

Lifecycle

Entity F - Code First Approach

Learn Complete Entity Framework Guide(圖2)-速報App

Entity F - Model First Approach

Entity F - Database First Approach

Dev Approaches

Entity F - Database Operations

Concurrency

Transaction

Views

Index

Entity F - Stored Procedures

Entity F - Disconnected Entities

Entity F - Table-Valued Function

Native Sql

Enum Support

Entity F - Asynchronous Query

Persistence

Entity F - Projection Queries

Learn Complete Entity Framework Guide(圖3)-速報App

Entity F - Command Logging

Entity F - Command Interception

Spatial Data Type

Inheritance

Migration

Eager Loading

Lazy Loading

Explicit Loading

Validation

Track Changes

Colored Entities

Entity F - Code First Approach

First Example

Data Annotations

Fluent Api

Seed Database

Learn Complete Entity Framework Guide(圖4)-速報App

Entity F - Code First Migration

Entity F - Multiple Dbcontext

Entity F - Nested Entity Types

Learn Complete Entity Framework Guide(圖5)-速報App